css stop animation at end

33

-webkit-animation: bubble 1.0s forwards; /* for less modern browsers */
        animation: bubble 1.0s forwards;
animation: anim-name 2s linear 0.5s 1 normal forwards;

Comments

Submit
0 Comments